home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if .%1==. goto help
- if .%2==. goto help
-
- mkpcbtxt %1 /i:76 "!%2\LOGIN.PPE 76_"
- mkpcbtxt %1 /i:259 "!%2\LOGIN.PPE 259_"
- mkpcbtxt %1 /i:260 "!%2\LOGIN.PPE 260_"
- mkpcbtxt %1 /i:148 "!%2\LOGIN.PPE 148_"
- mkpcbtxt %1 /i:92 "!%2\LOGIN.PPE 92_"
- mkpcbtxt %1 /i:53 "!%2\LOGIN.PPE 53_"
-
-
- goto done
-
-
- :help
- cls
- echo.
- echo To install tK Login type the following
- echo.
- echo install C:\PCB\GEN\PCBTEXT \PCB\PPE\TK-LOGIN
- echo.
-
- :done
- echo.
- echo.
-